@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

/* Navbar */

.logo{
    width: 80px;
    height: 70px;
}

.logo-img{
    width: 68px;
    height: 68px;
}

.logo-text{
    font-size: 1.8rem;
    font-weight: normal;
    height: 100%;
    text-align: center;
    /* color: #fff; */
    color: #000;
    line-height: 70px;
    padding: 0 10px;
}

.header-logo-div{
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    background-color: white;
    display: flex;
    justify-items: center;
    text-align: center;
}

.header-logo{
    margin: auto;
    width: 40%;
}

@media (max-width:800px){
    .header-logo{
        margin: auto auto 10px auto;
        width: 90%;
        height: auto;
    }
}

.nav{
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 80px;
    /* background: #393185; */
    background: white;
}

.nav .navbar{
    height: 100%;
    max-width: 1500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}
.nav .navbar .nav-links{
    height: 100%;
    line-height: 70px;
}

.nav .navbar .logo-text .logo-text .nav-links{
    justify-content: space-between;
}

.nav .navbar .nav-links .links{
    display: flex;
}

.nav .navbar .nav-links .links .nav-items{
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 14px;
}

.nav .navbar .nav-links .links .nav-items .item-links{
    height: 100%;
    /* color: #fff; */
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1rem;
    font-size: 500;
    transition: all 0.5s ease;
}

.nav .navbar .nav-links .links .nav-items i{
    height: 100%;
    width: 22px;
    text-align: center;
    /* color: #fff; */
    color: #000;
    line-height: 70px;
    font-size: 1.3rem;
    transition: all 0.5s ease;
}

.navbar .nav-links .links .nav-items:hover i{
    transform: rotate(180deg);
}
.navbar .nav-links .links .nav-items .item-links:hover{
    font-size: 1.1rem;
    font-weight: bolder;
    color: #393185;
}
.navbar .nav-links .links .dropdown-content{
    position: absolute;
    top: 65px;
    left: 15px;
    background-color: white;
    /* background: #393185; */
    line-height: 40px;
    list-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    display: none;
    transition: all 0.4s ease;
}
.navbar .nav-links .links .dropdown-content .dropdown-text{
    padding: 0 25px;
}
.navbar .nav-links .links .dropdown-content .dropdown-text .dropdown-link{
    text-decoration: none;
    /* color: #fff; */
    color: #000;
    font-size: 13px;
    font: 500;
}

.navbar .nav-links .links .nav-items:hover .dropdown-content{
    display: block;
}

.navbar .bx-menu{
    display: none;
}
.nav-links .sidebar-logo .bx-x{
    display: none;
}

/* @media (max-width:1300px) {
    .nav .navbar{
        max-width: 100%;
        padding: 0 25px;
    }
    .nav .navbar .nav-links .links .nav-items{
        padding: 0 10px;

    }
    .nav .navbar .nav-links .links .nav-items .item-links{
        font-size: 0.9rem;
    }
} */

.btn-contact {
    padding: 9px 20px;
    /* background-color: rgb(9, 173, 214); */
    background-color: rgb(139, 198, 243);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-size: 1rem;
}

.btn-contact:hover {
    background-color: rgb(68, 163, 236);
}



@media (max-width:1025px) {
    .nav .navbar{
        max-width: 100%;
        padding: 0 25px;
    }
    .nav .navbar .nav-links .links .nav-items{
        padding: 0 10px;

    }
    .nav .navbar .nav-links .links .nav-items .item-links{
        font-size: 0.9rem;
    }
}

@media (max-width:1300px){
    .nav .navbar .nav-links{
        display: block;
        position: fixed;
        top: 70px;
        left: -100%;
        max-width: 1400px;
        width: 100%;
        background: white;
        padding: 20px;
        line-height: 40px;
        transition: all 0.5s ease;
    }
    .nav .navbar .nav-links .sidebar-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /* .nav-links .sidebar-logo .responsive-logo{
        width: 55px;
        height: 55px;
    } */
    .navbar .bx-menu{
        display: block;
    }
    .nav-links .sidebar-logo .bx-x{
        display: block;
    }
    .navbar .bx-menu{
        font-size: 30px;
        font-weight: 600;
    }
    .nav-links .sidebar-logo .bx-x{
        margin: 0 90%;
        padding: 0%;
        font-size: 30px;
        font-weight: 600;
    }
    .nav .navbar .nav-links .links{
        display: block;
        margin-top: 5px;
        text-align: center;
        justify-content: center;

    }
    .nav .navbar .nav-links .links .nav-items{
        display: block;
        text-align: center;
        justify-content: center;

    }
    .navbar .nav-links .links .sub-menu{
        position: relative;
        top: 0;
        left: 0;
        display: none;
        box-shadow: none;
    }
    .navbar .nav-links .links .nav-items:hover .dropdown-content{
        display: none;
    }
    .nav .navbar .nav-links .links .nav-items i{
        line-height: 40px;
    }
    .navbar .nav-links .links .nav-items:hover i{
        transform: rotate(0deg);
    }
    .navbar .nav-links.show1 .links .sub-menu.dropdown-content{
        display: block;
    }
    .navbar .nav-links.show1 .links .nav-items i{
        transform: rotate(180deg);
    }
}

.logo-container{
    display: flex;
    align-items: center;
    padding-top: 10px;
}


/* Content */

ion-icon{
    font-size: 1.08rem;
    margin: 0 3px;
    padding: 0;
}

.one{
    text-align: justify;
}
.ca-container{
    width: 80%;
    margin: auto;
}
.ca-head{
    text-align:center;
    font-size: 2.5rem;
    margin: 10px 0px 10px 0px;
    color: #393185;
}
/* h1{ margin-top: 75px;
    color: #0e1b4d;
    text-align:center;
    padding-bottom: 10px;
    font-size: 300%;
} */

.bod{
    line-height: 1.8;
    margin: 80px 0;
    /* margin-top: 50px; */
    /* margin-right: 50px; */
    /* margin-bottom: 50px; */
    border-style: none;
    background-color: white;
    /* padding-top: 50px; */
    /* padding-right: 70px; */
    /* padding-bottom: 0px; */
    /* padding-left: 120px; */
    animation: Slide_Up 1.4s ease;
}

@keyframes Slide_Up {
    0% {
        transform: translateY(250px);
    }
    100% {
        transform: translateY(0px);
    }
}
h3{
    margin: 30px 0;
    font-size: 30px;
    text-align:center;
    color: #393185;
}
hr{
    height:5px; 
    width:20%;
     border-width:0;
     color:rgb(57, 49, 133);
     background-color: rgb(57, 49, 133);
}

.imp{
    margin: 20px 0;
    border-style: none;
    font-size: 20px;
}

@keyframes type{
    0%{
 width:0ch;
    }
    100%{
    width:50ch;
    }
}

  .column {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right:20px ;
    animation: Slide_Up 1.4s ease;
   
  }
  
  /* Clearfix (clear floats) */
  .row {
    margin-left:125px;
    max-width:1200px;
    content: "";
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border:none;
    padding-left: 10px;
padding-right:10px ;
    animation: Slide_Up 1.4s ease;
  }
  hr{
    width: 15%;
    border:solid 4px;
    /* height: 1px; */
    margin: auto;
    animation: Slide_right 1.4s ease;
  }

  @keyframes Slide_right {
    0% {
        transform: translateX(-250px);
    }
    100% {
        transform: translateX(0px);
    }
}
@media only screen and (max-width:1200px)and (min-width :768px){
    .bod{
        width:100%;
        line-height: 1.6;
        margin-top: 65px;
        margin-right: 50px;
        border-style: none;
        background-color: white;
        padding-top: 50px;
        padding-right: 30px;
        padding-bottom: 50px;
        padding-left: 30px;
        animation: Slide_Up 1.4s ease;
        font-size: 30px;;
        
    }
    h3{
        font-size: 75px;
        text-align:center;
    }
    /* h1{
        font-size:800%;
    } */
    
        .imp{
            border-style: none;
           
            
           
            font-size: 28px;
        
    }
}
@media only screen and (min-width:280px) and (max-width:767px){
    .ca-head{
        text-align:center;
        padding-bottom: 10px;
        font-size: 200%;
        /* font-size: 1.5rem; */
    }

    h3{
        font-size: 25px;
    }
    .ca-container{
        width: 85%;
    }
    .bod{
        margin: 50px 0;
        /* width:100%; */
        line-height: 1.6;
        /* margin-top: 65px; */
        /* margin-right: 40px; */
        border-style: none;
        background-color: white;
        /* padding-top: 50px; */
        /* padding-right: 30px; */
        /* padding-bottom: 10px; */
        /* padding-left: 30px; */
        animation: Slide_Up 1.4s ease;
       
    }
    .ul1{list-style-type:square;
        border:none;
        margin-left: -20px;
    }
        hr{
            width: 20%;
            border:solid 3.5px;
            
            animation: Slide_right 1.4s ease;
            
            align-items: center;
        }  
       
    
    .imp{
        border-style: none;
        font-size: 20px;
        
        
    }
    .column {
        flex-wrap: wrap;
     
        padding-left: 0px;
        padding-right:0px ;
        animation: Slide_Up 1.4s ease;
        align-items: center;
       
      }
      .row {
        margin-left:40px;
        max-width:1200px;
        content: "";
        clear: both;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        border:none;
        padding-left: 0px;
    padding-right:0px ;
        animation: Slide_Up 1.4s ease;
      }
}
footer{
    width: 80%;
    /* margin: auto; */
    margin: 80px auto 40px auto;
}
.footer{
    width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1000px){
    footer{
        width: 100%;
    }
    .footer{
        width: 100%;
        /* height: 100%; */
        margin: 0 1%;
    } 
}
